@charset "utf-8";
.top_bj{background: #fff;}
.topa{
    color: #666;
    font-size: 12px;
    padding: 7px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
}
.topa_com{
    background: url("../images/top_home.png")left no-repeat;
    padding-left: 20px;
}
.topa_com a{
    color: #666;
}
.topa_com a:hover{
    color: #217af0;
}
.topa_a a{
    color: #666;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 10px;
}
.topa_a a:hover{
    color: #217af0;
}
.topa_a a span{
    padding-left: 35px;
    color: #ccc;
}
.topa_a a .english{
    background: url("../images/yw.png")left no-repeat;
}
.topa_a a .chinese{
    background: url("../images/zw.png")left no-repeat;
}
.topa_a a span:hover{
    text-decoration: underline;
}

.topb{
    padding: 35px 0;
    background: url("../images/top-bj.png")center top no-repeat;
}
.top_logo{
    width: auto;
}
.top_logo img{
    display: block;
    float: left;
/*    width: 454px;*/
    height: 85px;
}
.top_logo .top_logo_kh{
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    height: 65px;
    position: relative;
    /* margin-top: 20px; */
}
.top_logo .top_logo_kh:before{
    content: "";
    height: 85px;
    width: 1px;
    position: absolute;
    border-left: 1px dotted #ddd;
    left: 0;
    top: 0;
}
.top_logo .top_logo_kh dl{
    display: block;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
.top_logo .top_logo_kh dl dt{
    line-height: 40px;
    color: #ff0000;
    font-size: 26px;
    font-weight:bold;
}
.top_logo .top_logo_kh dl dt span{
    color: #0078ce;
}
.top_logo .top_logo_kh dl dd{
    color: #999999;
    line-height: 40px;
    font-size: 22px;
}
.top_sj{
    background: url("../images/top-sj.png")left no-repeat;
    padding-left: 42px;
    margin-top: 2px;
}
.top_sj p{
    font-size: 16px;
    color: #04851f;
    line-height: 25px;
    font-weight:bold;
}
.top_sj p span{
    font-size: 14px;
    color: #4c4c4c;
    display: block;
    line-height: 20px;
}
.top-tb{
    position:relative;
    margin-top: 10px;
}
.top_tel{
    background: url("../images/top-tel.png")left no-repeat;
    padding-left: 65px;
}
.top_tel p{
    font-size: 14px;
    line-height: 25px;
}
.top_tel p span{
    font-size: 30px;
    display: block;
    line-height: 35px;
    color: #0078ce;
    font-weight: bold;
}

.nav_list{
    background: #0078ce;
}
.nav_list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 148px;
    text-align: center;
    position: relative;
    margin-left: 2px;
}
.nav_list ul li:first-child{
    margin-left: 0;
}
.nav_list ul li:first-child:before{
    content:"";
    display: none;
}
.nav_list ul li:before{
    content:"";
    background:url("../images/nav-xian.png")center no-repeat;
    height:50px;
    width:2px;
    left: -2px;
    position:absolute;
}
.nav_list ul li a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.nav_list ul li a:hover{
    background: #71d63c;
}
.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border-bottom: 2px solid #007ce0;
    width: 100%;
    border-top: 1px solid #ccc;
}
.nav_list ul li div dl dd{
    border-bottom: 1px solid #ccc;
    line-height: 35px;
}
.nav_list ul li div dl dd a{
  color: #666;
  font-size:14px;
  display:block;
}
.nav_list ul li div dl dd a:hover{
  color:#fff;
  background:#0078ce;
}
.nax_main>a{
    background: #71d63c;
}

/*搜索*/
.search{
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    position: relative;
}
.search:after{
    content: "";
    background: url("../images/search_bj.png")bottom no-repeat;
    height: 30px;
    width: 100%;
    bottom: -30px;
    position: absolute;
    left: 0;
}
.search_tit{
    width: 830px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.search_tit span{
    font-weight: bold;
}
.search_tit a{
    margin-right: 7px;
    color: #666;
}
.search_tit a:hover{
    color: #71d63c;
}
.search_ss{
    margin-top: 10px;
    width: 355px;
    position: relative;
}
.search_ss #gjz{
    line-height: 27px;
    height: 27px;
    float: left;
    border: 1px solid #dbdbdb;
    width: 250px;
    outline: none;
    padding-left: 50px;
    border-right: 0;
}
.search_ss #ssk{
    height: 29px;
    float: left;
    border: 0;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url("../images/search_tb02.png")center  no-repeat #0078ce;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}